#app {
  position: relative;
}

.app_content_phone {
  flex: 0 0 510px;
  height: 100%;
  position: relative;
  text-align: center;
}

.app_content_phone img {
  width: 210px;
}


.app_content_phone .content_phone_two {
  height: 472px;
  width: 240px;
  position: absolute;
  top: 70px;
  left: 180px;
  z-index: 10;
  border-radius: 40px;
  overflow: hidden;
}

.app_content_phone .content_phone_two>img {
  width: 102%;
  height: 101%;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: -2px;
  z-index: 20;
}


.app_content_phone .content_phone_two>div {
  position: absolute;
  height: 100%;
  width: 500%;
  top: 0;
  display: flex;
  margin-left: 16px;
  transition: all .6s;
}

#rightSwiper {
  left: 0;
}

#leftSwiper {
  left: 0;
}

.app_content_select .selectBox ul li {
  text-align: center;
  color: aliceblue;
  line-height: 110px;
  font-size: 20px;
  background: url(../images/border/border.png) no-repeat center center / 100% auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: all 0.4s;
}

.app_content_select #qrCode {
  display: none;
  transition: all 0.4s;
  position: absolute;
  width: 180px;
  height: 178px;
  top: 20px;
  right: -220px;
  font-size: 14px;
  padding-top: 12px;
  text-align: center;
}

.app_content_select #qrCode>img {
  margin-left: 4px;

}


.app_content_select .imgCodeActive {
  background: url(../images/code/codeactive.png) no-repeat center top /100% 100%;
}

.app_content_select .imgCodeActive img {
  width: 140px;
}

.app_content_select .selectBox ul .button_active {
  background-image: url(../images/border/border_active.png);
}

.app_content_text {
  color: white;
  font-size: 24px;
  flex: 1;
}

.app_content_text>h1>p {
  font-weight: initial;
}

.app_content_text span {
  display: inline-block;
  color: rgb(228, 228, 228);
  font-weight: 400;
  font-size: 16px;
  margin-top: -20px;
}

.app_content_phone .content_phone_one {
  top: 0;
  left: 0;
  z-index: 2;
}

.app_content_phone .content_phone_one>div {
  width: 600%;
  margin-left: 14px;
}